home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / wordpf51.zip / WORDPF.BAT < prev    next >
DOS Batch File  |  1991-08-29  |  859b  |  21 lines

  1. echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────────────────────────┐
  4. echo │ We are now ready to print a copy of the documentation for the Word-   │
  5. echo │ Perfect 5.1 printer driver. Make sure your printer is on and ready to │
  6. echo │ run. Then hit the return key to print instructions on how to install  │
  7. echo │ your printer driver.                                                  │
  8. echo │                                                                       │
  9. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  10. echo │ this batch file and return to INSTALL.                                │
  11. echo └───────────────────────────────────────────────────────────────────────┘
  12. if "%1"=="" goto bad
  13. pause
  14. copy wordpf51.doc %1:
  15. goto done
  16. :bad
  17. echo Sorry, no printer port specified
  18. pause
  19. :done
  20.  
  21.